home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / cc15demo.zip / INSTALL.INI < prev    next >
Text File  |  1996-07-18  |  6KB  |  141 lines

  1. REM File: INSTALL.INI
  2. REM Author: PCS
  3. REM Date: 5/7/1996
  4. REM Copyright (C) 1993-1996 Perez Computing Services.  No part of this
  5. REM  INSTALL.INI or the INSTALL.EXE program may be used for any other
  6. REM  purpose than installing the PCS Ctrl-Alt-Del Commander Demonstration
  7. REM  onto a fixed disk as per the PCS Ctrl-Alt-Del Commander Demonstration
  8. REM  license agreement.  Do not modify this file.
  9. REM - Disk List created manually, resides on disk 1 (installation disk)
  10.  
  11. DEBUG=0
  12. README=README.CCD
  13. APPINSTNAME=N:\CADCDEMO\CADCDEMO.EXE
  14. DEMO_INSTALL_REAL_APPINSTNAME=N:\CADCMDR\CADCMDR.EXE
  15. WARN_ON_OBJECT_DUP=0
  16. REINSTALL=0
  17. VH=0
  18. MINFREESPACE=400
  19. DISKICON=CADCMDR.ICO
  20. DISKDONEICON=CADCMDRD.ICO
  21. PERCENTDONEBMP=CADCMDR.BMP
  22. INSTALLTITLE=PCS Ctrl-Alt-Del Commander Demonstration
  23. INIINITEXIT
  24.  
  25. REM *****************************************************************************
  26. REM Copy KBDBASE.SYS to KBDBASE.nnn
  27. REM *****************************************************************************
  28. BACKUPFILE=B:\OS2\BOOT\KBDBASE.SYS
  29.  
  30. MAKEDIR=N:\CADCDEMO
  31. MAKEDIR=N:\CADCDEMO\ENGLISH
  32. MAKEDIR=N:\CADCDEMO\SPANISH
  33. MAKEDIR=N:\CADCDEMO\GERMAN
  34. MAKEDIR=N:\CADCDEMO\FRENCH
  35.  
  36. LOADDISK;LABEL=CADCMDRDEM;PROMPT=Ctrl-Alt-Del Commander Demonstration
  37.  
  38.  
  39. :OBJECTS
  40. REM *****************************************************************************
  41. REM Create Folders for CAD Commander Demo
  42. REM *****************************************************************************
  43. OBJECTCREATE;CLASS=WpFolder;TITLE=PCS Ctrl-Alt-Del Commander\rDemonstration;LOCATION=<WP_DESKTOP>;OBJECTID=<PCS_CAD_CMDR_DEMO>
  44. OBJECTARGS=OBJECTID=<PCS_CAD_CMDR_DEMO>;CONCURRENTVIEW=NO;VIEWBUTTON=MINIMIZE;MINWIN=HIDE;
  45. OBJECTARGS=ICONVIEW=NONFLOWED,NORMAL
  46. OBJECTARGS=ICONVIEWPOS=25,10,50,70
  47.  
  48. REM Wait till folder built
  49. SLEEP:2000
  50.  
  51.  
  52. REM Setup CADCMDR Control Panel by creating a CMD file that will be called from
  53. REM  STARTUP folder once, then deleted from folder
  54. MAKEBATCH=N:\CADCDEMO\CCWPS.CMD
  55. INSERTBATCH=/* REXX */
  56. INSERTBATCH= Call RxFuncAdd 'SysLoadFuncs', 'REXXUTIL', 'SysLoadFuncs';
  57. INSERTBATCH= Call SysLoadFuncs;
  58. INSERTBATCH= SAY 'PCS Ctrl-Alt-Del Commander Control Panel Creation Utility'
  59. INSERTBATCH= rc = SysRegisterObjectClass( 'CADC_WPS', 'N:\CADCDEMO\CADC_WPS.DLL' )
  60. INSERTBATCH= IF RC <> 1  THEN SAY 'Error ' rc ' registering class 'N:\CADCDEMO\CADC_WPS.DLL
  61. REM INSERTBATCH= IF RC <> 1 THEN EXIT
  62. INSERTBATCH= rc = SysCreateObject( 'CADC_WPS', 'Ctrl-Alt-Del Commander^Control Panel', '<PCS_CAD_CMDR_DEMO>', ,
  63. INSERTBATCH=                       'OBJECTID=<PCS_CAD_CMDR_DEMO_CONTROL_PANEL>;',,
  64. INSERTBATCH=                       'replace' );
  65. INSERTBATCH= IF RC <> 1  THEN SAY 'Error ' rc ' creating object of class 'N:\CADCDEMO\CADC_WPS.DLL
  66. INSERTBATCH= IF RC <> 1 THEN EXIT
  67. INSERTBATCH= SAY 'Ctrl-Alt-Del Control Panel has been created in your Ctrl-Alt-Del Commander'
  68. INSERTBATCH= SAY 'Demonstration folder'
  69. INSERTBATCH= /* Delete us from STARTUP folder */
  70. INSERTBATCH= rc = SysDestroyObject( "<PCS_CAD_CMDR_DEMO_CP_INST>" )
  71. INSERTBATCH= IF RC <> 1 THEN
  72. INSERTBATCH= DO
  73. INSERTBATCH=    SAY 'Ctrl-Alt-Del Commander Control Panel Installation was unable to remove '
  74. INSERTBATCH=    SAY 'itself from your STARTUP folder.  Please open the STARTUP folder and delete '
  75. INSERTBATCH=    SAY 'this program manually.'
  76. INSERTBATCH=    SAY 'Press any key to exit install program.'
  77. INSERTBATCH=    'PAUSE > NUL'
  78. INSERTBATCH= END
  79. ENDBATCH
  80.  
  81.  
  82. OBJECTCREATE;CLASS=WpProgram;TITLE=Ctrl-Alt-Del Commander Demonstration\rControl Panel Install;LOCATION=<WP_START>;OBJECTID=<PCS_CAD_CMDR_DEMO_CP_INST>
  83. OBJECTARGS=OBJECTID=<PCS_CAD_CMDR_DEMO_CP_INST>;STARTUPDIR=N:\CADCDEMO;EXENAME=N:\CADCDEMO\CCWPS.CMD;
  84. OBJECTARGS=CONCURRENTVIEW=NO;
  85. OBJECTARGS=MINWIN=VIEWER;
  86.  
  87.  
  88. REM OBJECTREGISTER=CADC_WPS;N:\CADCMDR\CADC_WPS.DLL
  89. REM OBJECTCREATE;CLASS=CADC_WPS;TITLE=Ctrl-Alt-Del Commander Demonstration\rControl Panel;LOCATION=<PCS_CAD_CMDR_DEMO>;OBJECTID=<PCS_CAD_CMDR_DEMO_CONTROL_PANEL>
  90. REM OBJECTARGS=OBJECTID=<PCS_CAD_CMDR_DEMO_CONTROL_PANEL>
  91. REM OBJECTARGS=CONCURRENTVIEW=NO;
  92. REM OBJECTARGS=MINWIN=VIEWER;
  93.  
  94. REM *****************************************************************************
  95. REM Create program object for CAD Commander on-line documentation
  96. REM *****************************************************************************
  97. OBJECTCREATE;CLASS=WpProgram;TITLE=PCS Ctrl-Alt-Del Commander\rUser's Guide;LOCATION=<PCS_CAD_CMDR_DEMO>;OBJECTID=<PCS_CAD_CMDR_DEMO_DOC>
  98. OBJECTARGS=OBJECTID=<PCD_CAD_CMDR_DEMO_DOC>;STARTUPDIR=N:\CADCDEMO;EXENAME=VIEW.EXE;
  99. OBJECTARGS=PROGTYPE=PM;
  100. OBJECTARGS=PARAMETERS=N:\CADCDEMO\CADCDEMO.INF;
  101. OBJECTARGS=CONCURRENTVIEW=NO;
  102. OBJECTARGS=MINWIN=VIEWER;
  103.  
  104.  
  105. REM *****************************************************************************
  106. REM Create program object for CAD Commander readme INF file
  107. REM *****************************************************************************
  108. OBJECTCREATE;CLASS=WpProgram;TITLE=Ctrl-Alt-Del Commander Demonstration\rRead Me;LOCATION=<PCS_CAD_CMDR_DEMO>;OBJECTID=<PCS_CAD_CMDR_DEMO_README>
  109. OBJECTARGS=OBJECTID=<PCS_CAD_CMDR_DEMO_README>;STARTUPDIR=N:\CADCDEMO;EXENAME=E.EXE;
  110. OBJECTARGS=PARAMETERS=N:\CADCDEMO\README.CCD;
  111. OBJECTARGS=PROGTYPE=PM
  112. OBJECTARGS=CONCURRENTVIEW=NO;
  113. OBJECTARGS=MINWIN=VIEWER;
  114.  
  115.  
  116.  
  117. REM *****************************************************************************
  118. REM Handle setting up CONFIG.SYS
  119. REM *****************************************************************************
  120. :EDITCONFIGSYS
  121. EDITCONFIG;REM This is Ctrl-Alt-Del Commander DOS FS Game Boost Driver
  122. EDITCONFIG;    DEVICE  =  N:\CADCDEMO\VCADCMDR.SYS
  123. REPLACECONFIG;PROTSHELL=;PROTSHELL=N:\CADCDEMO\CADCDEMO.EXE /DIR=N:\CADCDEMO;
  124.  
  125.  
  126. REM *****************************************************************************
  127. REM Install new KBDBASE.SYS to OS2\BOOT directory
  128. REM *****************************************************************************
  129.  
  130. COPYFILE=B:\OS2\BOOT\KBDBASE.SYS;B:\OS2\BOOT\KBDBASE.WRP;
  131. COPYFILE=T:\CADCDEMO\KBDBASE.SYS;B:\OS2\BOOT\KBDBASE.SYS;
  132.  
  133. :NEAREND
  134. QUERYUSER;OK;MSG="Your CONFIG.SYS has been modified to include DEVICE=x:\CADCDEMO\VCADCMDR.SYS at the end of it.";"PCS Ctrl-Alt-Del Commander Installation";
  135.  
  136.  
  137. REM Signal exit
  138. REM *****************************************************************************
  139. INIEXIT
  140.  
  141.